home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / man3801.lha / Man3.801 / Pages / DT2IFF.man < prev    next >
Text File  |  1995-05-17  |  2KB  |  90 lines

  1.  
  2. NAME
  3.  
  4.     DT2IFF
  5.  
  6.  
  7. FORMAT
  8.  
  9.     DT2IFF INFILE/A,OUTPATH/A,ICON/K,DEFTOOL/K
  10.  
  11.  
  12. PURPOSE
  13.  
  14.     Converts any picture-datatype to standard IFF-ILBM format.
  15.  
  16.  
  17. SPECIFICATION
  18.  
  19.     Since Workbench 3.0 a lot of datatypes are supported. But not all 
  20.     programs can use these data. Thus DT2IFF converts a picture of 
  21.     any type to the standard IFF-ILBM format, so nearly all applications
  22.     can use the pictures. If the old file has an extension (e.g. .GIF,
  23.     .JPG), it will be replaced by .IFF, if there is no extension, a new
  24.     one will be added.
  25.     The original files WILL NOT be overridden!
  26.  
  27.  
  28. OPTIONS
  29.  
  30.     INFILE        This is neccessary.
  31.             Type in the file you want to convert.
  32.     OUTPATH        This is neccessary.
  33.             Type in the path where the new picture shall be
  34.             written to. (If you want to have it in the current
  35.             directory you will have to use "")
  36.     ICON        This is not neccessary.
  37.             Here you can enter an icon name (without .info at
  38.             the end of the filename) in order to create an 
  39.             icon for the new file.
  40.     DEFTOOL        This is not neccessary.
  41.             Here you can enter a new default tool for your icon.
  42.             The old one will be overridden.
  43.  
  44.     No matter what kind of icon you select for your new picture (drawer,
  45.     disk, or something else), the new icon will be a project icon.
  46.  
  47.  
  48. EXAMPLES
  49.  
  50.     1> DT2IFF Pics:Mouse.GIF RAM:
  51.     This will convert 'Mouse.GIF' to 'RAM:Mouse.IFF'
  52.  
  53.     1> DT2IFF Pics:Mouse.JPG RAM: ICON=ENV:def_Picture
  54.     This will convert 'Mouse.JPG' to 'RAM:Mouse.IFF'. In addition, a new 
  55.     icon 'RAM:Mouse.IFF.info' will be created.
  56.  
  57.     1> DT2IFF Pics:Mouse.PCX RAM: ICON=ENV:def_Picture DEFTOOL=PPaint:PPaint
  58.     Like example number 2, but the new default tool will be 'PPaint:PPaint'
  59.  
  60.  
  61. BUGS
  62.  
  63.     NONE.
  64.  
  65.  
  66. AUTHOR
  67.  
  68.     Markus Hillenbrand
  69.     Hauptstrasse 6
  70.     36124 Eichenzell-Loeschenrod
  71.     Germany
  72.     
  73.     E-mail: m_hillen@informatik.uni-kl.de
  74.  
  75.  
  76. COPYRIGHT NOTICE
  77.  
  78.     This man page was written by:
  79.  
  80.     Markus Hillenbrand
  81.     Hauptstrasse 6
  82.     36124 Eichenzell-Loeschenrod
  83.     Germany
  84.     
  85.     E-mail: m_hillen@informatik.uni-kl.de
  86.  
  87. SEE ALSO
  88.  
  89.     ilbm2ppm (UNIX), FileFormats (AmigaDOS)
  90.